Web Authn Domain
This domain allows configuring virtual authenticators to test the WebAuthn API.
This API is marked as experimental in protocol definition and can change in the future.
Functions
addCredential
Link copied to clipboard
fun addCredential(input: AddCredentialRequest): Single<RequestResponseFrame>
Content copied to clipboard
addVirtualAuthenticator
Link copied to clipboard
fun addVirtualAuthenticator(input: AddVirtualAuthenticatorRequest): Single<AddVirtualAuthenticatorResponse>
Content copied to clipboard
clearCredentials
Link copied to clipboard
fun clearCredentials(input: ClearCredentialsRequest): Single<RequestResponseFrame>
Content copied to clipboard
description
Link copied to clipboard
disable
Link copied to clipboard
enable
Link copied to clipboard
events
Link copied to clipboard
getCredential
Link copied to clipboard
fun getCredential(input: GetCredentialRequest): Single<GetCredentialResponse>
Content copied to clipboard
getCredentials
Link copied to clipboard
fun getCredentials(input: GetCredentialsRequest): Single<GetCredentialsResponse>
Content copied to clipboard
getDependencies
Link copied to clipboard
removeCredential
Link copied to clipboard
fun removeCredential(input: RemoveCredentialRequest): Single<RequestResponseFrame>
Content copied to clipboard
removeVirtualAuthenticator
Link copied to clipboard
fun removeVirtualAuthenticator(input: RemoveVirtualAuthenticatorRequest): Single<RequestResponseFrame>
Content copied to clipboard
setAutomaticPresenceSimulation
Link copied to clipboard
fun setAutomaticPresenceSimulation(input: SetAutomaticPresenceSimulationRequest): Single<RequestResponseFrame>
Content copied to clipboard
setUserVerified
Link copied to clipboard
fun setUserVerified(input: SetUserVerifiedRequest): Single<RequestResponseFrame>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard